Adds an existing time line to the subscription list

Namespace:  Equis.JanusToolkit
Assembly:  Janus (in Janus.dll)

Syntax

C#
public void Reconnect()

Remarks

This method allows you to resume receiving updates for a timeline that had previously stopped receiving updates by calling the Disconnect method

Examples

 Copy imageCopy Code
            pointerPosition[myClientNumber].Reconnect();
            

See Also